home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
zman.swf
/
scripts
/
DefineSprite_319
/
frame_6
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
233 b
|
14 lines
ran = random(4) + 2;
this.onEnterFrame = function()
{
if(ran - 1 == _parent.player._currentframe)
{
ran = random(4) + 2;
}
else
{
delete this.onEnterFrame;
this.gotoAndStop(ran);
}
};